home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / gl_dev.idb / usr / share / src / OpenGL / tools / xglinfo / global.h.z / global.h
Encoding:
Text File  |  1996-03-15  |  2.5 KB  |  66 lines

  1. /*
  2.  * 
  3.  *           Copyright (c) Digital Equipment Corporation, 1995
  4.  * 
  5.  *                          All Rights Reserved
  6.  * 
  7.  * Permission to use, copy, modify, and distribute  this software and its
  8.  * documentation for any  purpose   and without fee  is  hereby  granted,
  9.  * provided that the above copyright notice appear in all copies and that
  10.  * both  that  copyright  notice  and  this  permission notice appear  in
  11.  * supporting documentation, and that the name of Digital  not be used in
  12.  * advertising or publicity  pertaining to distribution  of the  software
  13.  * without specific, written prior permission.
  14.  * 
  15.  * DIGITAL DISCLAIMS   ALL  WARRANTIES WITH   REGARD   TO  THIS SOFTWARE,
  16.  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  17.  * EVENT   SHALL  DIGITAL  BE   LIABLE  FOR  ANY SPECIAL,   INDIRECT   OR
  18.  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  19.  * USE, DATA OR PROFITS, WHETHER IN AN ACTION  OF CONTRACT, NEGLIGENCE OR
  20.  * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  21.  * PERFORMANCE OF THIS SOFTWARE.
  22.  * 
  23.  */
  24. /*
  25.  * HISTORY
  26.  */
  27. /*****************************************************************************/
  28. /******************************** Documentation ******************************/
  29. /*****************************************************************************/
  30.  
  31. /*****************************************************************************/
  32. /*********************************** Defines *********************************/
  33. /*****************************************************************************/
  34.  
  35. /*****************************************************************************/
  36. /******************************* Type Definitions ****************************/
  37. /*****************************************************************************/
  38.  
  39. /*****************************************************************************/
  40. /*************************  External Global Variables  ***********************/
  41. /*****************************************************************************/
  42.  
  43. /*****************************************************************************/
  44. /****************************  Exported Functions  ***************************/
  45. /*****************************************************************************/
  46.  
  47. char *VisualClassName(
  48.   long Key
  49. );
  50.  
  51. char *EventMaskName(
  52.   long Key
  53. );
  54.  
  55. char *ByteOrderName(
  56.   long Key
  57. );
  58.  
  59. char *WindowFocusName(
  60.   long Key
  61. );
  62.  
  63. char *WindowFocusRevertName(
  64.   long Key
  65. );
  66.